:mingw and :x64_mingw for now since they do not work on 1.9.3

Andrew Cantino 11 years ago
parent
commit
af54bffb4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gemfile

+ 1 - 1
Gemfile

@@ -10,7 +10,7 @@ when /freebsd/i
10 10
   gem 'tzinfo-data'
11 11
 else
12 12
   # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
13
-  gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
13
+  gem 'tzinfo-data', platforms: [:mswin]
14 14
 end
15 15
 
16 16
 gem 'mysql2', '~> 0.3.15'